home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / games / txbedit.zip / CODES.TXT < prev    next >
Text File  |  1995-05-31  |  2KB  |  123 lines

  1. Finally.....
  2.  
  3. I have made as rough table of all the conversion codes I know.
  4.  
  5. How to use them...
  6. ------------------
  7.  
  8. The numbers on the left are decimal character codes you would find
  9. in the actual TXB files.  On the right is the character that it should
  10. be converted to.
  11.  
  12. e.g.    39  = ;
  13.  
  14. The character code 39 represents the (') code in Windows.  FORGET IT!
  15. If you read a (') character from a TXB file, you must convert it to a
  16. (;).  You got it yet?  If you're still not sure, read another example.
  17.  
  18. e.g.    243 = h
  19.  
  20. Any character codes of 243 found in a TXB file should be converted to
  21. an h.
  22.  
  23. If you're STILL not sure, you can always ask for my personal help by
  24. e-mailing me at prunge@ozemail.com.au
  25.  
  26. Since I have a long distance Internet provider, I may not answer you
  27. mail for a few days...
  28.      
  29.  
  30. Anyway, here's the table:
  31.  
  32.  
  33. 39  = ;
  34. 230 = <
  35. 102 = >
  36. 227 = (
  37. 163 = )
  38. 161 = !
  39. 96  = &
  40. 34  = /
  41. 229 = 0
  42. 165 = 1
  43. 101 = 2
  44. 37  = 3
  45. 228 = 4
  46. 164 = 5
  47. 100 = 6
  48. 36  = 7
  49. 231 = 8
  50. 167 = 9
  51. 103 = :
  52. 162 = -
  53. 177 = a
  54. 113 = b
  55. 49  = c
  56. 240 = d
  57. 176 = e
  58. 112 = f
  59. 48  = g
  60. 243 = h
  61. 179 = i
  62. 115 = j
  63. 51  = k
  64. 242 = l    
  65. 178 = m
  66. 114 = n
  67. 50  = o
  68. 245 = p
  69. 181 = q
  70. 117 = r
  71. 53  = s
  72. 244 = t
  73. 180 = u
  74. 116 = v
  75. 52  = w
  76. 247 = x
  77. 183 = y
  78. 119 = z
  79. 185 = A
  80. 121 = B
  81. 57  = C
  82. 248 = D
  83. 184 = E
  84. 120 = F
  85. 56  = G
  86. 251 = H
  87. 187 = I
  88. 123 = J
  89. 59  = K
  90. 250 = L
  91. 186 = M
  92. 122 = N
  93. 58  = O
  94. 253 = P
  95. 189 = Q
  96. 125 = R
  97. 61  = S
  98. 252 = T
  99. 188 = U
  100. 124 = V
  101. 60  = W
  102. 255 = X
  103. 191 = Y
  104. 127 = Z
  105. 98  = .
  106. 226 = ,
  107. 225 = space
  108. 97  = tab (I think)
  109. 10  = enter
  110. 224 = control code
  111. 99  = used to set blue text *in credits txb files only*
  112. 32  = '
  113. 38  = ?
  114.         
  115.  
  116. I hope you actually get some use out of this table.
  117. There really should be some TXB specs typed up by someone.
  118.  
  119. Anyway, use these conversion codes any way you like, just don't blame
  120. me if I was wrong, or anything goes wrong.  
  121.  
  122. Happy Descent Programming!
  123.